Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / TouchStripCollection Class / Sort Method / Sort(Int32,Int32,IComparer<TouchStrip>) Method


In This Topic
    Sort(Int32,Int32,IComparer<TouchStrip>) Method
    In This Topic
    This function is not supported and it should not be called directly from your code.
    Syntax
    'Declaration
     
    
    Public Overloads Shadows Sub Sort( _
       ByVal index As Integer, _
       ByVal count As Integer, _
       ByVal comparer As IComparer(Of TouchStrip) _
    ) 
    'Usage
     
    
    Dim instance As TouchStripCollection
    Dim index As Integer
    Dim count As Integer
    Dim comparer As IComparer(Of TouchStrip)
     
    instance.Sort(index, count, comparer)
    public new void Sort( 
       int index,
       int count,
       IComparer<TouchStrip> comparer
    )

    Parameters

    index
    count
    comparer
    See Also